Html Css Color HEX #AB5801 Golden Brown

📋 copy color: '#AB5801'

red 171 ◦ green 88 ◦ blue 1

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

Shades of Golden Brown #AB5801

Tints of Golden Brown #AB5801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.85%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 65.77%
G = 33.85%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB5801 (or 0xAB5801) is known color: Golden Brown. HEX triplet: AB, 58 and 01. RGB value is (171,88,1). Sum of RGB (Red+Green+Blue) = 171+88+1=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 88 (34.77% from 255 or 33.85% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB5801 is #54A7FE. Grayscale: #676767. Windows color (decimal): -5548031 or 88235. OLE color: 88235.

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

Color convert

RGB 171 88 1 -
CMYK 0 0.49 0.99 0.33
HSL 30.71º 0.99% 0.34% -
HSV(B) 30.71º 0.99% 0.67% -
XYZ 20.29 15.64 1.98 -
YUV 102.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 171 88 1 0 0.49 0.99 0.33 30.71 0.99 0.34
Hex AB 58 1 0 31 63 21 1F 63 22
Octal 253 130 1 0 61 143 41 37 143 42
Binary 10101011 1011000 1 0 110001 1100011 100001 11111 1100011 100010

Color Harmonies of #AB5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5801

Black with #AB5801

Text Example


Text Example

White with #AB5801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5801; }

 p { color: rgb(171,88,1); }

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

background-color css

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

 a { background-color: rgb(171,88,1); }

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

border-color css

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

 span { border-color: rgb(171,88,1); }

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