Html Css Color HEX #AB6A00 Golden Brown

📋 copy color: '#AB6A00'

red 171 ◦ green 106 ◦ blue 0

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

Shades of Golden Brown #AB6A00

Tints of Golden Brown #AB6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.73%
G = 38.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB6A00 (or 0xAB6A00) is known color: Golden Brown. HEX triplet: AB, 6A and 00. RGB value is (171,106,0). Sum of RGB (Red+Green+Blue) = 171+106+0=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6A00 is #5495FF. Grayscale: #717171. Windows color (decimal): -5543424 or 27307. OLE color: 27307.

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

Color convert

RGB 171 106 0 -
CMYK 0 0.38 1 0.33
HSL 37.19º 1% 0.34% -
HSV(B) 37.19º 1% 0.67% -
XYZ 21.95 18.97 2.5 -
YUV 113.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 171 106 0 0 0.38 1 0.33 37.19 1 0.34
Hex AB 6A 0 0 26 64 21 25 64 22
Octal 253 152 0 0 46 144 41 45 144 42
Binary 10101011 1101010 0 0 100110 1100100 100001 100101 1100100 100010

Color Harmonies of #AB6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6A00

Black with #AB6A00

Text Example


Text Example

White with #AB6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6A00; }

 p { color: rgb(171,106,0); }

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

background-color css

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

 a { background-color: rgb(171,106,0); }

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

border-color css

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

 span { border-color: rgb(171,106,0); }

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