Html Css Color HEX #AF722D Reno Sand

📋 copy color: '#AF722D'

red 175 ◦ green 114 ◦ blue 45

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

Shades of Reno Sand #AF722D

Tints of Reno Sand #AF722D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

 BLUE value IS 45 (17.97% from 255) = 13.47%

R = 52.4%
G = 34.13%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF722D (or 0xAF722D) is known color: Reno Sand. HEX triplet: AF, 72 and 2D. RGB value is (175,114,45). Sum of RGB (Red+Green+Blue) = 175+114+45=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF722D is #508DD2. Grayscale: #7C7C7C. Windows color (decimal): -5279187 or 2978479. OLE color: 2978479.

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

Color convert

RGB 175 114 45 -
CMYK 0 0.35 0.74 0.31
HSL 31.85º 0.59% 0.43% -
HSV(B) 31.85º 0.74% 0.69% -
XYZ 24.17 21.34 5.33 -
YUV 124.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 175 114 45 0 0.35 0.74 0.31 31.85 0.59 0.43
Hex AF 72 2D 0 23 4A 1F 20 3B 2B
Octal 257 162 55 0 43 112 37 40 73 53
Binary 10101111 1110010 101101 0 100011 1001010 11111 100000 111011 101011

Color Harmonies of #AF722D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF722D

Black with #AF722D

Text Example


Text Example

White with #AF722D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF722D; }

 p { color: rgb(175,114,45); }

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

background-color css

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

 a { background-color: rgb(175,114,45); }

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

border-color css

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

 span { border-color: rgb(175,114,45); }

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