Html Css Color HEX #AB710C Golden Brown

📋 copy color: '#AB710C'

red 171 ◦ green 113 ◦ blue 12

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

Shades of Golden Brown #AB710C

Tints of Golden Brown #AB710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.18%

 BLUE value IS 12 (5.08% from 255) = 4.05%

R = 57.77%
G = 38.18%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB710C (or 0xAB710C) is known color: Golden Brown. HEX triplet: AB, 71 and 0C. RGB value is (171,113,12). Sum of RGB (Red+Green+Blue) = 171+113+12=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB710C is #548EF3. Grayscale: #777777. Windows color (decimal): -5541620 or 815531. OLE color: 815531.

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

Color convert

RGB 171 113 12 -
CMYK 0 0.34 0.93 0.33
HSL 38.11º 0.87% 0.36% -
HSV(B) 38.11º 0.93% 0.67% -
XYZ 22.77 20.49 3.1 -
YUV 118.83 67.72 165.21 -
System Red Green Blue C M Y K H S L
Decimal 171 113 12 0 0.34 0.93 0.33 38.11 0.87 0.36
Hex AB 71 C 0 22 5D 21 26 57 24
Octal 253 161 14 0 42 135 41 46 127 44
Binary 10101011 1110001 1100 0 100010 1011101 100001 100110 1010111 100100

Color Harmonies of #AB710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB710C

Black with #AB710C

Text Example


Text Example

White with #AB710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB710C; }

 p { color: rgb(171,113,12); }

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

background-color css

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

 a { background-color: rgb(171,113,12); }

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

border-color css

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

 span { border-color: rgb(171,113,12); }

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