Html Css Color HEX #AC5D0F Golden Brown

📋 copy color: '#AC5D0F'

red 172 ◦ green 93 ◦ blue 15

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

Shades of Golden Brown #AC5D0F

Tints of Golden Brown #AC5D0F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

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

R = 61.43%
G = 33.21%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC5D0F (or 0xAC5D0F) is known color: Golden Brown. HEX triplet: AC, 5D and 0F. RGB value is (172,93,15). Sum of RGB (Red+Green+Blue) = 172+93+15=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5D0F is #53A2F0. Grayscale: #6C6C6C. Windows color (decimal): -5481201 or 1007020. OLE color: 1007020.

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

Color convert

RGB 172 93 15 -
CMYK 0 0.46 0.91 0.33
HSL 29.81º 0.84% 0.37% -
HSV(B) 29.81º 0.91% 0.67% -
XYZ 21.01 16.63 2.56 -
YUV 107.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 172 93 15 0 0.46 0.91 0.33 29.81 0.84 0.37
Hex AC 5D F 0 2E 5B 21 1E 54 25
Octal 254 135 17 0 56 133 41 36 124 45
Binary 10101100 1011101 1111 0 101110 1011011 100001 11110 1010100 100101

Color Harmonies of #AC5D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D0F

Black with #AC5D0F

Text Example


Text Example

White with #AC5D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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