Html Css Color HEX #AB681D Golden Brown

📋 copy color: '#AB681D'

red 171 ◦ green 104 ◦ blue 29

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

Shades of Golden Brown #AB681D

Tints of Golden Brown #AB681D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.54%

R = 56.25%
G = 34.21%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB681D (or 0xAB681D) is known color: Golden Brown. HEX triplet: AB, 68 and 1D. RGB value is (171,104,29). Sum of RGB (Red+Green+Blue) = 171+104+29=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB681D is #5497E2. Grayscale: #737373. Windows color (decimal): -5543907 or 1927339. OLE color: 1927339.

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

Color convert

RGB 171 104 29 -
CMYK 0 0.39 0.83 0.33
HSL 31.69º 0.71% 0.39% -
HSV(B) 31.69º 0.83% 0.67% -
XYZ 21.97 18.65 3.6 -
YUV 115.48 79.2 167.6 -
System Red Green Blue C M Y K H S L
Decimal 171 104 29 0 0.39 0.83 0.33 31.69 0.71 0.39
Hex AB 68 1D 0 27 53 21 20 47 27
Octal 253 150 35 0 47 123 41 40 107 47
Binary 10101011 1101000 11101 0 100111 1010011 100001 100000 1000111 100111

Color Harmonies of #AB681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB681D

Black with #AB681D

Text Example


Text Example

White with #AB681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB681D; }

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

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

background-color css

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

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

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

border-color css

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

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

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