Html Css Color HEX #A69C42 Brass

📋 copy color: '#A69C42'

red 166 ◦ green 156 ◦ blue 66

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

Shades of Brass #A69C42

Tints of Brass #A69C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.01%

R = 42.78%
G = 40.21%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A69C42 (or 0xA69C42) is known color: Brass. HEX triplet: A6, 9C and 42. RGB value is (166,156,66). Sum of RGB (Red+Green+Blue) = 166+156+66=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C42 is #5963BD. Grayscale: #959595. Windows color (decimal): -5858238 or 4365478. OLE color: 4365478.

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

Color convert

RGB 166 156 66 -
CMYK 0 0.06 0.60 0.35
HSL 54º 0.43% 0.45% -
HSV(B) 54º 0.6% 0.65% -
XYZ 28.6 32.28 9.88 -
YUV 148.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 166 156 66 0 0.06 0.60 0.35 54 0.43 0.45
Hex A6 9C 42 0 6 3C 23 36 2B 2D
Octal 246 234 102 0 6 74 43 66 53 55
Binary 10100110 10011100 1000010 0 110 111100 100011 110110 101011 101101

Color Harmonies of #A69C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69C42

Black with #A69C42

Text Example


Text Example

White with #A69C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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