Html Css Color HEX #AB6204 Golden Brown

📋 copy color: '#AB6204'

red 171 ◦ green 98 ◦ blue 4

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

Shades of Golden Brown #AB6204

Tints of Golden Brown #AB6204

RGB

 RED value IS 171 (67.19% from 255) = 62.64%

 GREEN value IS 98 (38.67% from 255) = 35.9%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 62.64%
G = 35.9%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB6204 (or 0xAB6204) is known color: Golden Brown. HEX triplet: AB, 62 and 04. RGB value is (171,98,4). Sum of RGB (Red+Green+Blue) = 171+98+4=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6204 is #549DFB. Grayscale: #6D6D6D. Windows color (decimal): -5545468 or 287403. OLE color: 287403.

HSL color Cylindrical-coordinate representation of color #AB6204: hue angle of 33.77º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB6204 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 98 4 -
CMYK 0 0.43 0.98 0.33
HSL 33.77º 0.95% 0.34% -
HSV(B) 33.77º 0.98% 0.67% -
XYZ 21.18 17.4 2.36 -
YUV 109.11 68.68 172.14 -
System Red Green Blue C M Y K H S L
Decimal 171 98 4 0 0.43 0.98 0.33 33.77 0.95 0.34
Hex AB 62 4 0 2B 62 21 22 5F 22
Octal 253 142 4 0 53 142 41 42 137 42
Binary 10101011 1100010 100 0 101011 1100010 100001 100010 1011111 100010

Color Harmonies of #AB6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6204

Black with #AB6204

Text Example


Text Example

White with #AB6204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6204; }

 p { color: rgb(171,98,4); }

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

background-color css

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

 a { background-color: rgb(171,98,4); }

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

border-color css

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

 span { border-color: rgb(171,98,4); }

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