Html Css Color HEX #A67219 Golden Brown

📋 copy color: '#A67219'

red 166 ◦ green 114 ◦ blue 25

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

Shades of Golden Brown #A67219

Tints of Golden Brown #A67219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.38%

 BLUE value IS 25 (10.16% from 255) = 8.2%

R = 54.43%
G = 37.38%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A67219 (or 0xA67219) is known color: Golden Brown. HEX triplet: A6, 72 and 19. RGB value is (166,114,25). Sum of RGB (Red+Green+Blue) = 166+114+25=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A67219 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67219 is #598DE6. Grayscale: #777777. Windows color (decimal): -5869031 or 1667750. OLE color: 1667750.

HSL color Cylindrical-coordinate representation of color #A67219: hue angle of 37.87º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A67219 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 25 -
CMYK 0 0.31 0.85 0.35
HSL 37.87º 0.74% 0.37% -
HSV(B) 37.87º 0.85% 0.65% -
XYZ 21.92 20.21 3.67 -
YUV 119.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 166 114 25 0 0.31 0.85 0.35 37.87 0.74 0.37
Hex A6 72 19 0 1F 55 23 26 4A 25
Octal 246 162 31 0 37 125 43 46 112 45
Binary 10100110 1110010 11001 0 11111 1010101 100011 100110 1001010 100101

Color Harmonies of #A67219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67219

Black with #A67219

Text Example


Text Example

White with #A67219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67219; }

 p { color: rgb(166,114,25); }

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

background-color css

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

 a { background-color: rgb(166,114,25); }

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

border-color css

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

 span { border-color: rgb(166,114,25); }

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