Html Css Color HEX #AC700B Golden Brown

📋 copy color: '#AC700B'

red 172 ◦ green 112 ◦ blue 11

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

Shades of Golden Brown #AC700B

Tints of Golden Brown #AC700B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

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

R = 58.31%
G = 37.97%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC700B (or 0xAC700B) is known color: Golden Brown. HEX triplet: AC, 70 and 0B. RGB value is (172,112,11). Sum of RGB (Red+Green+Blue) = 172+112+11=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC700B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC700B is #538FF4. Grayscale: #767676. Windows color (decimal): -5476341 or 749740. OLE color: 749740.

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

Color convert

RGB 172 112 11 -
CMYK 0 0.35 0.94 0.33
HSL 37.64º 0.88% 0.36% -
HSV(B) 37.64º 0.94% 0.67% -
XYZ 22.87 20.38 3.05 -
YUV 118.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 172 112 11 0 0.35 0.94 0.33 37.64 0.88 0.36
Hex AC 70 B 0 23 5E 21 26 58 24
Octal 254 160 13 0 43 136 41 46 130 44
Binary 10101100 1110000 1011 0 100011 1011110 100001 100110 1011000 100100

Color Harmonies of #AC700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC700B

Black with #AC700B

Text Example


Text Example

White with #AC700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC700B; }

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

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

background-color css

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

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

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

border-color css

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

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

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