Html Css Color HEX #AB680C Golden Brown

📋 copy color: '#AB680C'

red 171 ◦ green 104 ◦ blue 12

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

Shades of Golden Brown #AB680C

Tints of Golden Brown #AB680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.18%

R = 59.58%
G = 36.24%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB680C (or 0xAB680C) is known color: Golden Brown. HEX triplet: AB, 68 and 0C. RGB value is (171,104,12). Sum of RGB (Red+Green+Blue) = 171+104+12=287 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.58% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 171 - color contains mainly: red. Hex color #AB680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB680C is #5497F3. Grayscale: #717171. Windows color (decimal): -5543924 or 813227. OLE color: 813227.

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

Color convert

RGB 171 104 12 -
CMYK 0 0.39 0.93 0.33
HSL 34.72º 0.87% 0.36% -
HSV(B) 34.72º 0.93% 0.67% -
XYZ 21.81 18.59 2.79 -
YUV 113.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 171 104 12 0 0.39 0.93 0.33 34.72 0.87 0.36
Hex AB 68 C 0 27 5D 21 23 57 24
Octal 253 150 14 0 47 135 41 43 127 44
Binary 10101011 1101000 1100 0 100111 1011101 100001 100011 1010111 100100

Color Harmonies of #AB680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB680C

Black with #AB680C

Text Example


Text Example

White with #AB680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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