Html Css Color HEX #AB6D12 Golden Brown

📋 copy color: '#AB6D12'

red 171 ◦ green 109 ◦ blue 18

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

Shades of Golden Brown #AB6D12

Tints of Golden Brown #AB6D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.58%

 BLUE value IS 18 (7.42% from 255) = 6.04%

R = 57.38%
G = 36.58%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB6D12 (or 0xAB6D12) is known color: Golden Brown. HEX triplet: AB, 6D and 12. RGB value is (171,109,18). Sum of RGB (Red+Green+Blue) = 171+109+18=298 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.38% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6D12 is #5492ED. Grayscale: #757575. Windows color (decimal): -5542638 or 1207723. OLE color: 1207723.

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

Color convert

RGB 171 109 18 -
CMYK 0 0.36 0.89 0.33
HSL 35.69º 0.81% 0.37% -
HSV(B) 35.69º 0.89% 0.67% -
XYZ 22.37 19.64 3.18 -
YUV 117.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 171 109 18 0 0.36 0.89 0.33 35.69 0.81 0.37
Hex AB 6D 12 0 24 59 21 24 51 25
Octal 253 155 22 0 44 131 41 44 121 45
Binary 10101011 1101101 10010 0 100100 1011001 100001 100100 1010001 100101

Color Harmonies of #AB6D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6D12

Black with #AB6D12

Text Example


Text Example

White with #AB6D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6D12; }

 p { color: rgb(171,109,18); }

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

background-color css

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

 a { background-color: rgb(171,109,18); }

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

border-color css

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

 span { border-color: rgb(171,109,18); }

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