Html Css Color HEX #AB580F Golden Brown

📋 copy color: '#AB580F'

red 171 ◦ green 88 ◦ blue 15

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

Shades of Golden Brown #AB580F

Tints of Golden Brown #AB580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 62.41%
G = 32.12%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB580F (or 0xAB580F) is known color: Golden Brown. HEX triplet: AB, 58 and 0F. RGB value is (171,88,15). Sum of RGB (Red+Green+Blue) = 171+88+15=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB580F is #54A7F0. Grayscale: #686868. Windows color (decimal): -5548017 or 1005739. OLE color: 1005739.

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

Color convert

RGB 171 88 15 -
CMYK 0 0.49 0.91 0.33
HSL 28.08º 0.84% 0.36% -
HSV(B) 28.08º 0.91% 0.67% -
XYZ 20.37 15.67 2.4 -
YUV 104.5 77.5 175.44 -
System Red Green Blue C M Y K H S L
Decimal 171 88 15 0 0.49 0.91 0.33 28.08 0.84 0.36
Hex AB 58 F 0 31 5B 21 1C 54 24
Octal 253 130 17 0 61 133 41 34 124 44
Binary 10101011 1011000 1111 0 110001 1011011 100001 11100 1010100 100100

Color Harmonies of #AB580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB580F

Black with #AB580F

Text Example


Text Example

White with #AB580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB580F; }

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

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

background-color css

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

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

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

border-color css

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

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

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