Html Css Color HEX #AB7005 Golden Brown

📋 copy color: '#AB7005'

red 171 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #AB7005

Tints of Golden Brown #AB7005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 5 (2.34% from 255) = 1.74%

R = 59.38%
G = 38.89%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB7005 (or 0xAB7005) is known color: Golden Brown. HEX triplet: AB, 70 and 05. RGB value is (171,112,5). Sum of RGB (Red+Green+Blue) = 171+112+5=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7005 is #548FFA. Grayscale: #757575. Windows color (decimal): -5541883 or 356523. OLE color: 356523.

HSL color Cylindrical-coordinate representation of color #AB7005: hue angle of 38.67º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB7005 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 5 -
CMYK 0 0.35 0.97 0.33
HSL 38.67º 0.94% 0.35% -
HSV(B) 38.67º 0.97% 0.67% -
XYZ 22.62 20.26 2.86 -
YUV 117.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 171 112 5 0 0.35 0.97 0.33 38.67 0.94 0.35
Hex AB 70 5 0 23 61 21 27 5E 23
Octal 253 160 5 0 43 141 41 47 136 43
Binary 10101011 1110000 101 0 100011 1100001 100001 100111 1011110 100011

Color Harmonies of #AB7005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7005

Black with #AB7005

Text Example


Text Example

White with #AB7005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7005; }

 p { color: rgb(171,112,5); }

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

background-color css

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

 a { background-color: rgb(171,112,5); }

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

border-color css

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

 span { border-color: rgb(171,112,5); }

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