Html Css Color HEX #AC690D Golden Brown

📋 copy color: '#AC690D'

red 172 ◦ green 105 ◦ blue 13

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

Shades of Golden Brown #AC690D

Tints of Golden Brown #AC690D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 59.31%
G = 36.21%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC690D (or 0xAC690D) is known color: Golden Brown. HEX triplet: AC, 69 and 0D. RGB value is (172,105,13). Sum of RGB (Red+Green+Blue) = 172+105+13=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC690D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC690D is #5396F2. Grayscale: #727272. Windows color (decimal): -5478131 or 879020. OLE color: 879020.

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

Color convert

RGB 172 105 13 -
CMYK 0 0.39 0.92 0.33
HSL 34.72º 0.86% 0.36% -
HSV(B) 34.72º 0.92% 0.67% -
XYZ 22.14 18.9 2.86 -
YUV 114.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 172 105 13 0 0.39 0.92 0.33 34.72 0.86 0.36
Hex AC 69 D 0 27 5C 21 23 56 24
Octal 254 151 15 0 47 134 41 43 126 44
Binary 10101100 1101001 1101 0 100111 1011100 100001 100011 1010110 100100

Color Harmonies of #AC690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC690D

Black with #AC690D

Text Example


Text Example

White with #AC690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC690D; }

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

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

background-color css

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

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

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

border-color css

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

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

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