Html Css Color HEX #AB681B Golden Brown

📋 copy color: '#AB681B'

red 171 ◦ green 104 ◦ blue 27

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

Shades of Golden Brown #AB681B

Tints of Golden Brown #AB681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.94%

R = 56.62%
G = 34.44%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB681B (or 0xAB681B) is known color: Golden Brown. HEX triplet: AB, 68 and 1B. RGB value is (171,104,27). Sum of RGB (Red+Green+Blue) = 171+104+27=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB681B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB681B is #5497E4. Grayscale: #737373. Windows color (decimal): -5543909 or 1796267. OLE color: 1796267.

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

Color convert

RGB 171 104 27 -
CMYK 0 0.39 0.84 0.33
HSL 32.08º 0.73% 0.39% -
HSV(B) 32.08º 0.84% 0.67% -
XYZ 21.94 18.64 3.48 -
YUV 115.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 171 104 27 0 0.39 0.84 0.33 32.08 0.73 0.39
Hex AB 68 1B 0 27 54 21 20 49 27
Octal 253 150 33 0 47 124 41 40 111 47
Binary 10101011 1101000 11011 0 100111 1010100 100001 100000 1001001 100111

Color Harmonies of #AB681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB681B

Black with #AB681B

Text Example


Text Example

White with #AB681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB681B; }

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

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

background-color css

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

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

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

border-color css

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

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

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