Html Css Color HEX #AF7237 Reno Sand

📋 copy color: '#AF7237'

red 175 ◦ green 114 ◦ blue 55

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

Shades of Reno Sand #AF7237

Tints of Reno Sand #AF7237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.99%

R = 50.87%
G = 33.14%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF7237 (or 0xAF7237) is known color: Reno Sand. HEX triplet: AF, 72 and 37. RGB value is (175,114,55). Sum of RGB (Red+Green+Blue) = 175+114+55=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7237 is #508DC8. Grayscale: #7D7D7D. Windows color (decimal): -5279177 or 3633839. OLE color: 3633839.

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

Color convert

RGB 175 114 55 -
CMYK 0 0.35 0.69 0.31
HSL 29.5º 0.52% 0.45% -
HSV(B) 29.5º 0.69% 0.69% -
XYZ 24.39 21.42 6.46 -
YUV 125.51 88.21 163.3 -
System Red Green Blue C M Y K H S L
Decimal 175 114 55 0 0.35 0.69 0.31 29.5 0.52 0.45
Hex AF 72 37 0 23 45 1F 1E 34 2D
Octal 257 162 67 0 43 105 37 36 64 55
Binary 10101111 1110010 110111 0 100011 1000101 11111 11110 110100 101101

Color Harmonies of #AF7237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7237

Black with #AF7237

Text Example


Text Example

White with #AF7237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7237; }

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

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

background-color css

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

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

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

border-color css

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

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

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