Html Css Color HEX #AB6404 Golden Brown

📋 copy color: '#AB6404'

red 171 ◦ green 100 ◦ blue 4

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

Shades of Golden Brown #AB6404

Tints of Golden Brown #AB6404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

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

R = 62.18%
G = 36.36%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB6404 (or 0xAB6404) is known color: Golden Brown. HEX triplet: AB, 64 and 04. RGB value is (171,100,4). Sum of RGB (Red+Green+Blue) = 171+100+4=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6404 is #549BFB. Grayscale: #6E6E6E. Windows color (decimal): -5544956 or 287915. OLE color: 287915.

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

Color convert

RGB 171 100 4 -
CMYK 0 0.42 0.98 0.33
HSL 34.49º 0.95% 0.34% -
HSV(B) 34.49º 0.98% 0.67% -
XYZ 21.37 17.78 2.42 -
YUV 110.29 68.02 171.31 -
System Red Green Blue C M Y K H S L
Decimal 171 100 4 0 0.42 0.98 0.33 34.49 0.95 0.34
Hex AB 64 4 0 2A 62 21 22 5F 22
Octal 253 144 4 0 52 142 41 42 137 42
Binary 10101011 1100100 100 0 101010 1100010 100001 100010 1011111 100010

Color Harmonies of #AB6404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6404

Black with #AB6404

Text Example


Text Example

White with #AB6404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6404; }

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

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

background-color css

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

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

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

border-color css

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

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

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