Html Css Color HEX #AB6210 Golden Brown

📋 copy color: '#AB6210'

red 171 ◦ green 98 ◦ blue 16

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

Shades of Golden Brown #AB6210

Tints of Golden Brown #AB6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 60%
G = 34.39%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB6210 (or 0xAB6210) is known color: Golden Brown. HEX triplet: AB, 62 and 10. RGB value is (171,98,16). Sum of RGB (Red+Green+Blue) = 171+98+16=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6210 is #549DEF. Grayscale: #6E6E6E. Windows color (decimal): -5545456 or 1073835. OLE color: 1073835.

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

Color convert

RGB 171 98 16 -
CMYK 0 0.43 0.91 0.33
HSL 31.74º 0.83% 0.37% -
HSV(B) 31.74º 0.91% 0.67% -
XYZ 21.26 17.43 2.73 -
YUV 110.48 74.68 171.17 -
System Red Green Blue C M Y K H S L
Decimal 171 98 16 0 0.43 0.91 0.33 31.74 0.83 0.37
Hex AB 62 10 0 2B 5B 21 20 53 25
Octal 253 142 20 0 53 133 41 40 123 45
Binary 10101011 1100010 10000 0 101011 1011011 100001 100000 1010011 100101

Color Harmonies of #AB6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6210

Black with #AB6210

Text Example


Text Example

White with #AB6210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6210; }

 p { color: rgb(171,98,16); }

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

background-color css

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

 a { background-color: rgb(171,98,16); }

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

border-color css

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

 span { border-color: rgb(171,98,16); }

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