Html Css Color HEX #AC690C Golden Brown

📋 copy color: '#AC690C'

red 172 ◦ green 105 ◦ blue 12

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

Shades of Golden Brown #AC690C

Tints of Golden Brown #AC690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 59.52%
G = 36.33%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC690C (or 0xAC690C) is known color: Golden Brown. HEX triplet: AC, 69 and 0C. RGB value is (172,105,12). Sum of RGB (Red+Green+Blue) = 172+105+12=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC690C is #5396F3. Grayscale: #727272. Windows color (decimal): -5478132 or 813484. OLE color: 813484.

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

Color convert

RGB 172 105 12 -
CMYK 0 0.39 0.93 0.33
HSL 34.88º 0.87% 0.36% -
HSV(B) 34.88º 0.93% 0.67% -
XYZ 22.13 18.9 2.83 -
YUV 114.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 172 105 12 0 0.39 0.93 0.33 34.88 0.87 0.36
Hex AC 69 C 0 27 5D 21 23 57 24
Octal 254 151 14 0 47 135 41 43 127 44
Binary 10101100 1101001 1100 0 100111 1011101 100001 100011 1010111 100100

Color Harmonies of #AC690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC690C

Black with #AC690C

Text Example


Text Example

White with #AC690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC690C; }

 p { color: rgb(172,105,12); }

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

background-color css

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

 a { background-color: rgb(172,105,12); }

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

border-color css

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

 span { border-color: rgb(172,105,12); }

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