Html Css Color HEX #AB601A Golden Brown

📋 copy color: '#AB601A'

red 171 ◦ green 96 ◦ blue 26

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

Shades of Golden Brown #AB601A

Tints of Golden Brown #AB601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.87%

R = 58.36%
G = 32.76%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB601A (or 0xAB601A) is known color: Golden Brown. HEX triplet: AB, 60 and 1A. RGB value is (171,96,26). Sum of RGB (Red+Green+Blue) = 171+96+26=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB601A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB601A is #549FE5. Grayscale: #6E6E6E. Windows color (decimal): -5545958 or 1728683. OLE color: 1728683.

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

Color convert

RGB 171 96 26 -
CMYK 0 0.44 0.85 0.33
HSL 28.97º 0.74% 0.39% -
HSV(B) 28.97º 0.85% 0.67% -
XYZ 21.16 17.1 3.16 -
YUV 110.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 171 96 26 0 0.44 0.85 0.33 28.97 0.74 0.39
Hex AB 60 1A 0 2C 55 21 1D 4A 27
Octal 253 140 32 0 54 125 41 35 112 47
Binary 10101011 1100000 11010 0 101100 1010101 100001 11101 1001010 100111

Color Harmonies of #AB601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB601A

Black with #AB601A

Text Example


Text Example

White with #AB601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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