Html Css Color HEX #AB601B Golden Brown

📋 copy color: '#AB601B'

red 171 ◦ green 96 ◦ blue 27

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

Shades of Golden Brown #AB601B

Tints of Golden Brown #AB601B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

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

R = 58.16%
G = 32.65%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB601B (or 0xAB601B) is known color: Golden Brown. HEX triplet: AB, 60 and 1B. RGB value is (171,96,27). Sum of RGB (Red+Green+Blue) = 171+96+27=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB601B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB601B is #549FE4. Grayscale: #6E6E6E. Windows color (decimal): -5545957 or 1794219. OLE color: 1794219.

HSL color Cylindrical-coordinate representation of color #AB601B: hue angle of 28.75º 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 #AB601B is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 27 -
CMYK 0 0.44 0.84 0.33
HSL 28.75º 0.73% 0.39% -
HSV(B) 28.75º 0.84% 0.67% -
XYZ 21.18 17.1 3.22 -
YUV 110.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 171 96 27 0 0.44 0.84 0.33 28.75 0.73 0.39
Hex AB 60 1B 0 2C 54 21 1D 49 27
Octal 253 140 33 0 54 124 41 35 111 47
Binary 10101011 1100000 11011 0 101100 1010100 100001 11101 1001001 100111

Color Harmonies of #AB601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB601B

Black with #AB601B

Text Example


Text Example

White with #AB601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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