Html Css Color HEX #AB720F Golden Brown

📋 copy color: '#AB720F'

red 171 ◦ green 114 ◦ blue 15

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

Shades of Golden Brown #AB720F

Tints of Golden Brown #AB720F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5%

R = 57%
G = 38%
B = 5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB720F (or 0xAB720F) is known color: Golden Brown. HEX triplet: AB, 72 and 0F. RGB value is (171,114,15). Sum of RGB (Red+Green+Blue) = 171+114+15=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB720F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB720F is #548DF0. Grayscale: #787878. Windows color (decimal): -5541361 or 1012395. OLE color: 1012395.

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

Color convert

RGB 171 114 15 -
CMYK 0 0.33 0.91 0.33
HSL 38.08º 0.84% 0.36% -
HSV(B) 38.08º 0.91% 0.67% -
XYZ 22.9 20.73 3.25 -
YUV 119.76 68.88 164.55 -
System Red Green Blue C M Y K H S L
Decimal 171 114 15 0 0.33 0.91 0.33 38.08 0.84 0.36
Hex AB 72 F 0 21 5B 21 26 54 24
Octal 253 162 17 0 41 133 41 46 124 44
Binary 10101011 1110010 1111 0 100001 1011011 100001 100110 1010100 100100

Color Harmonies of #AB720F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB720F

Black with #AB720F

Text Example


Text Example

White with #AB720F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB720F; }

 p { color: rgb(171,114,15); }

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

background-color css

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

 a { background-color: rgb(171,114,15); }

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

border-color css

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

 span { border-color: rgb(171,114,15); }

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