Html Css Color HEX #AC702F Reno Sand

📋 copy color: '#AC702F'

red 172 ◦ green 112 ◦ blue 47

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

Shades of Reno Sand #AC702F

Tints of Reno Sand #AC702F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 51.96%
G = 33.84%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC702F (or 0xAC702F) is known color: Reno Sand. HEX triplet: AC, 70 and 2F. RGB value is (172,112,47). Sum of RGB (Red+Green+Blue) = 172+112+47=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC702F is #538FD0. Grayscale: #7A7A7A. Windows color (decimal): -5476305 or 3109036. OLE color: 3109036.

HSL color Cylindrical-coordinate representation of color #AC702F: hue angle of 31.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC702F is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 112 47 -
CMYK 0 0.35 0.73 0.33
HSL 31.2º 0.57% 0.43% -
HSV(B) 31.2º 0.73% 0.67% -
XYZ 23.32 20.56 5.43 -
YUV 122.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 172 112 47 0 0.35 0.73 0.33 31.2 0.57 0.43
Hex AC 70 2F 0 23 49 21 1F 39 2B
Octal 254 160 57 0 43 111 41 37 71 53
Binary 10101100 1110000 101111 0 100011 1001001 100001 11111 111001 101011

Color Harmonies of #AC702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC702F

Black with #AC702F

Text Example


Text Example

White with #AC702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC702F; }

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

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

background-color css

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

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

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

border-color css

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

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

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