Html Css Color HEX #AB6312 Golden Brown

📋 copy color: '#AB6312'

red 171 ◦ green 99 ◦ blue 18

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

Shades of Golden Brown #AB6312

Tints of Golden Brown #AB6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 59.38%
G = 34.38%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB6312 (or 0xAB6312) is known color: Golden Brown. HEX triplet: AB, 63 and 12. RGB value is (171,99,18). Sum of RGB (Red+Green+Blue) = 171+99+18=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6312 is #549CED. Grayscale: #6F6F6F. Windows color (decimal): -5545198 or 1205163. OLE color: 1205163.

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

Color convert

RGB 171 99 18 -
CMYK 0 0.42 0.89 0.33
HSL 31.76º 0.81% 0.37% -
HSV(B) 31.76º 0.89% 0.67% -
XYZ 21.37 17.63 2.85 -
YUV 111.29 75.35 170.59 -
System Red Green Blue C M Y K H S L
Decimal 171 99 18 0 0.42 0.89 0.33 31.76 0.81 0.37
Hex AB 63 12 0 2A 59 21 20 51 25
Octal 253 143 22 0 52 131 41 40 121 45
Binary 10101011 1100011 10010 0 101010 1011001 100001 100000 1010001 100101

Color Harmonies of #AB6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6312

Black with #AB6312

Text Example


Text Example

White with #AB6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6312; }

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

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

background-color css

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

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

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

border-color css

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

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

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