Html Css Color HEX #AC580F Golden Brown

📋 copy color: '#AC580F'

red 172 ◦ green 88 ◦ blue 15

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

Shades of Golden Brown #AC580F

Tints of Golden Brown #AC580F

RGB

 RED value IS 172 (67.58% from 255) = 62.55%

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

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

R = 62.55%
G = 32%
B = 5.45%

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

#AC580F (or 0xAC580F) is known color: Golden Brown. HEX triplet: AC, 58 and 0F. RGB value is (172,88,15). Sum of RGB (Red+Green+Blue) = 172+88+15=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC580F is #53A7F0. Grayscale: #696969. Windows color (decimal): -5482481 or 1005740. OLE color: 1005740.

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

Color convert

RGB 172 88 15 -
CMYK 0 0.49 0.91 0.33
HSL 27.9º 0.84% 0.37% -
HSV(B) 27.9º 0.91% 0.67% -
XYZ 20.59 15.78 2.41 -
YUV 104.79 77.33 175.94 -
System Red Green Blue C M Y K H S L
Decimal 172 88 15 0 0.49 0.91 0.33 27.9 0.84 0.37
Hex AC 58 F 0 31 5B 21 1C 54 25
Octal 254 130 17 0 61 133 41 34 124 45
Binary 10101100 1011000 1111 0 110001 1011011 100001 11100 1010100 100101

Color Harmonies of #AC580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC580F

Black with #AC580F

Text Example


Text Example

White with #AC580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC580F; }

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

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

background-color css

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

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

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

border-color css

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

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

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