Html Css Color HEX #AF702C Reno Sand

📋 copy color: '#AF702C'

red 175 ◦ green 112 ◦ blue 44

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

Shades of Reno Sand #AF702C

Tints of Reno Sand #AF702C

RGB

 RED value IS 175 (68.75% from 255) = 52.87%

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

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 52.87%
G = 33.84%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#AF702C (or 0xAF702C) is known color: Reno Sand. HEX triplet: AF, 70 and 2C. RGB value is (175,112,44). Sum of RGB (Red+Green+Blue) = 175+112+44=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF702C is #508FD3. Grayscale: #7B7B7B. Windows color (decimal): -5279700 or 2912431. OLE color: 2912431.

HSL color Cylindrical-coordinate representation of color #AF702C: hue angle of 31.15º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF702C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 112 44 -
CMYK 0 0.36 0.75 0.31
HSL 31.15º 0.6% 0.43% -
HSV(B) 31.15º 0.75% 0.69% -
XYZ 23.93 20.88 5.15 -
YUV 123.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 175 112 44 0 0.36 0.75 0.31 31.15 0.6 0.43
Hex AF 70 2C 0 24 4B 1F 1F 3C 2B
Octal 257 160 54 0 44 113 37 37 74 53
Binary 10101111 1110000 101100 0 100100 1001011 11111 11111 111100 101011

Color Harmonies of #AF702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF702C

Black with #AF702C

Text Example


Text Example

White with #AF702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF702C; }

 p { color: rgb(175,112,44); }

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

background-color css

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

 a { background-color: rgb(175,112,44); }

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

border-color css

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

 span { border-color: rgb(175,112,44); }

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