Html Css Color HEX #AC690B Golden Brown

📋 copy color: '#AC690B'

red 172 ◦ green 105 ◦ blue 11

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

Shades of Golden Brown #AC690B

Tints of Golden Brown #AC690B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 59.72%
G = 36.46%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC690B (or 0xAC690B) is known color: Golden Brown. HEX triplet: AC, 69 and 0B. RGB value is (172,105,11). Sum of RGB (Red+Green+Blue) = 172+105+11=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC690B is #5396F4. Grayscale: #727272. Windows color (decimal): -5478133 or 747948. OLE color: 747948.

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

Color convert

RGB 172 105 11 -
CMYK 0 0.39 0.94 0.33
HSL 35.03º 0.88% 0.36% -
HSV(B) 35.03º 0.94% 0.67% -
XYZ 22.13 18.9 2.8 -
YUV 114.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 172 105 11 0 0.39 0.94 0.33 35.03 0.88 0.36
Hex AC 69 B 0 27 5E 21 23 58 24
Octal 254 151 13 0 47 136 41 43 130 44
Binary 10101100 1101001 1011 0 100111 1011110 100001 100011 1011000 100100

Color Harmonies of #AC690B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC690B

Black with #AC690B

Text Example


Text Example

White with #AC690B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC690B; }

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

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

background-color css

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

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

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

border-color css

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

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

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