Html Css Color HEX #AB680D Golden Brown

📋 copy color: '#AB680D'

red 171 ◦ green 104 ◦ blue 13

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

Shades of Golden Brown #AB680D

Tints of Golden Brown #AB680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.51%

R = 59.38%
G = 36.11%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB680D (or 0xAB680D) is known color: Golden Brown. HEX triplet: AB, 68 and 0D. RGB value is (171,104,13). Sum of RGB (Red+Green+Blue) = 171+104+13=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB680D is #5497F2. Grayscale: #727272. Windows color (decimal): -5543923 or 878763. OLE color: 878763.

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

Color convert

RGB 171 104 13 -
CMYK 0 0.39 0.92 0.33
HSL 34.56º 0.86% 0.36% -
HSV(B) 34.56º 0.92% 0.67% -
XYZ 21.82 18.59 2.82 -
YUV 113.66 71.2 168.9 -
System Red Green Blue C M Y K H S L
Decimal 171 104 13 0 0.39 0.92 0.33 34.56 0.86 0.36
Hex AB 68 D 0 27 5C 21 23 56 24
Octal 253 150 15 0 47 134 41 43 126 44
Binary 10101011 1101000 1101 0 100111 1011100 100001 100011 1010110 100100

Color Harmonies of #AB680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB680D

Black with #AB680D

Text Example


Text Example

White with #AB680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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