Html Css Color HEX #AB6800 Golden Brown

📋 copy color: '#AB6800'

red 171 ◦ green 104 ◦ blue 0

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

Shades of Golden Brown #AB6800

Tints of Golden Brown #AB6800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.82%

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

R = 62.18%
G = 37.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB6800 (or 0xAB6800) is known color: Golden Brown. HEX triplet: AB, 68 and 00. RGB value is (171,104,0). Sum of RGB (Red+Green+Blue) = 171+104+0=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6800 is #5497FF. Grayscale: #707070. Windows color (decimal): -5543936 or 26795. OLE color: 26795.

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

Color convert

RGB 171 104 0 -
CMYK 0 0.39 1 0.33
HSL 36.49º 1% 0.34% -
HSV(B) 36.49º 1% 0.67% -
XYZ 21.74 18.56 2.44 -
YUV 112.18 64.7 169.96 -
System Red Green Blue C M Y K H S L
Decimal 171 104 0 0 0.39 1 0.33 36.49 1 0.34
Hex AB 68 0 0 27 64 21 24 64 22
Octal 253 150 0 0 47 144 41 44 144 42
Binary 10101011 1101000 0 0 100111 1100100 100001 100100 1100100 100010

Color Harmonies of #AB6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6800

Black with #AB6800

Text Example


Text Example

White with #AB6800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6800; }

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

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

background-color css

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

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

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

border-color css

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

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

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