Html Css Color HEX #AB6004 Golden Brown

📋 copy color: '#AB6004'

red 171 ◦ green 96 ◦ blue 4

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

Shades of Golden Brown #AB6004

Tints of Golden Brown #AB6004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

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

R = 63.1%
G = 35.42%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB6004 (or 0xAB6004) is known color: Golden Brown. HEX triplet: AB, 60 and 04. RGB value is (171,96,4). Sum of RGB (Red+Green+Blue) = 171+96+4=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6004 is #549FFB. Grayscale: #6C6C6C. Windows color (decimal): -5545980 or 286891. OLE color: 286891.

HSL color Cylindrical-coordinate representation of color #AB6004: hue angle of 33.05º 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 #AB6004 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 4 -
CMYK 0 0.44 0.98 0.33
HSL 33.05º 0.95% 0.34% -
HSV(B) 33.05º 0.98% 0.67% -
XYZ 21 17.03 2.3 -
YUV 107.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 171 96 4 0 0.44 0.98 0.33 33.05 0.95 0.34
Hex AB 60 4 0 2C 62 21 21 5F 22
Octal 253 140 4 0 54 142 41 41 137 42
Binary 10101011 1100000 100 0 101100 1100010 100001 100001 1011111 100010

Color Harmonies of #AB6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6004

Black with #AB6004

Text Example


Text Example

White with #AB6004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6004; }

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

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

background-color css

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

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

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

border-color css

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

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

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