Html Css Color HEX #A69C3A Brass

📋 copy color: '#A69C3A'

red 166 ◦ green 156 ◦ blue 58

#A69C3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #A69C3A

Tints of Brass #A69C3A

RGB

 RED value IS 166 (65.23% from 255) = 43.68%

 GREEN value IS 156 (61.33% from 255) = 41.05%

 BLUE value IS 58 (23.05% from 255) = 15.26%

R = 43.68%
G = 41.05%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A69C3A (or 0xA69C3A) is known color: Brass. HEX triplet: A6, 9C and 3A. RGB value is (166,156,58). Sum of RGB (Red+Green+Blue) = 166+156+58=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C3A is #5963C5. Grayscale: #949494. Windows color (decimal): -5858246 or 3841190. OLE color: 3841190.

HSL color Cylindrical-coordinate representation of color #A69C3A: hue angle of 54.44º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A69C3A is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 156 58 -
CMYK 0 0.06 0.65 0.35
HSL 54.44º 0.48% 0.44% -
HSV(B) 54.44º 0.65% 0.65% -
XYZ 28.38 32.19 8.72 -
YUV 147.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 166 156 58 0 0.06 0.65 0.35 54.44 0.48 0.44
Hex A6 9C 3A 0 6 41 23 36 30 2C
Octal 246 234 72 0 6 101 43 66 60 54
Binary 10100110 10011100 111010 0 110 1000001 100011 110110 110000 101100

Color Harmonies of #A69C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C3A

Black with #A69C3A

Text Example


Text Example

White with #A69C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C3A; }

 p { color: rgb(166,156,58); }

 H1.HeaderClassName
 {
   color: #A69C3A;
 }
 .AnyTagClassName
 {
   color: #A69C3A;
 }
</style>

background-color css

<style>
 a { background-color: #A69C3A; }

 a { background-color: rgb(166,156,58); }

 div.DivClassName
 {
   background-color: #A69C3A;
 }
 .BgClassName
 {
   background-color: #A69C3A;
 }
</style>

border-color css

<style>
 span { border-color: #A69C3A; }

 span { border-color: rgb(166,156,58); }

 td.TdClassName
 {
   border-color: #A69C3A;
 }
 .TagClassName
 {
   border-color: #A69C3A;
 }
</style>