Html Css Color HEX #AC610F Golden Brown

📋 copy color: '#AC610F'

red 172 ◦ green 97 ◦ blue 15

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

Shades of Golden Brown #AC610F

Tints of Golden Brown #AC610F

RGB

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

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

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

R = 60.56%
G = 34.15%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC610F (or 0xAC610F) is known color: Golden Brown. HEX triplet: AC, 61 and 0F. RGB value is (172,97,15). Sum of RGB (Red+Green+Blue) = 172+97+15=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC610F is #539EF0. Grayscale: #6E6E6E. Windows color (decimal): -5480177 or 1008044. OLE color: 1008044.

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

Color convert

RGB 172 97 15 -
CMYK 0 0.44 0.91 0.33
HSL 31.34º 0.84% 0.37% -
HSV(B) 31.34º 0.91% 0.67% -
XYZ 21.37 17.35 2.68 -
YUV 110.08 74.35 172.17 -
System Red Green Blue C M Y K H S L
Decimal 172 97 15 0 0.44 0.91 0.33 31.34 0.84 0.37
Hex AC 61 F 0 2C 5B 21 1F 54 25
Octal 254 141 17 0 54 133 41 37 124 45
Binary 10101100 1100001 1111 0 101100 1011011 100001 11111 1010100 100101

Color Harmonies of #AC610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC610F

Black with #AC610F

Text Example


Text Example

White with #AC610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC610F; }

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

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

background-color css

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

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

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

border-color css

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

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

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