Html Css Color HEX #AB680A Golden Brown

📋 copy color: '#AB680A'

red 171 ◦ green 104 ◦ blue 10

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

Shades of Golden Brown #AB680A

Tints of Golden Brown #AB680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 60%
G = 36.49%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB680A (or 0xAB680A) is known color: Golden Brown. HEX triplet: AB, 68 and 0A. RGB value is (171,104,10). Sum of RGB (Red+Green+Blue) = 171+104+10=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB680A is #5497F5. Grayscale: #717171. Windows color (decimal): -5543926 or 682155. OLE color: 682155.

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

Color convert

RGB 171 104 10 -
CMYK 0 0.39 0.94 0.33
HSL 35.03º 0.89% 0.35% -
HSV(B) 35.03º 0.94% 0.67% -
XYZ 21.8 18.58 2.72 -
YUV 113.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 171 104 10 0 0.39 0.94 0.33 35.03 0.89 0.35
Hex AB 68 A 0 27 5E 21 23 59 23
Octal 253 150 12 0 47 136 41 43 131 43
Binary 10101011 1101000 1010 0 100111 1011110 100001 100011 1011001 100011

Color Harmonies of #AB680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB680A

Black with #AB680A

Text Example


Text Example

White with #AB680A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB680A; }

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

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

background-color css

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

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

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

border-color css

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

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

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