Html Css Color HEX #AB611B Golden Brown

📋 copy color: '#AB611B'

red 171 ◦ green 97 ◦ blue 27

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

Shades of Golden Brown #AB611B

Tints of Golden Brown #AB611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

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

R = 57.97%
G = 32.88%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AB611B (or 0xAB611B) is known color: Golden Brown. HEX triplet: AB, 61 and 1B. RGB value is (171,97,27). Sum of RGB (Red+Green+Blue) = 171+97+27=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB611B is #549EE4. Grayscale: #6F6F6F. Windows color (decimal): -5545701 or 1794475. OLE color: 1794475.

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

Color convert

RGB 171 97 27 -
CMYK 0 0.43 0.84 0.33
HSL 29.17º 0.73% 0.39% -
HSV(B) 29.17º 0.84% 0.67% -
XYZ 21.27 17.29 3.25 -
YUV 111.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 171 97 27 0 0.43 0.84 0.33 29.17 0.73 0.39
Hex AB 61 1B 0 2B 54 21 1D 49 27
Octal 253 141 33 0 53 124 41 35 111 47
Binary 10101011 1100001 11011 0 101011 1010100 100001 11101 1001001 100111

Color Harmonies of #AB611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB611B

Black with #AB611B

Text Example


Text Example

White with #AB611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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