Html Css Color HEX #AF7534 Reno Sand

📋 copy color: '#AF7534'

red 175 ◦ green 117 ◦ blue 52

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

Shades of Reno Sand #AF7534

Tints of Reno Sand #AF7534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 52 (20.7% from 255) = 15.12%

R = 50.87%
G = 34.01%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF7534 (or 0xAF7534) is known color: Reno Sand. HEX triplet: AF, 75 and 34. RGB value is (175,117,52). Sum of RGB (Red+Green+Blue) = 175+117+52=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 52 (20.70% from 255 or 15.12% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7534 is #508ACB. Grayscale: #7F7F7F. Windows color (decimal): -5278412 or 3437999. OLE color: 3437999.

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

Color convert

RGB 175 117 52 -
CMYK 0 0.33 0.70 0.31
HSL 31.71º 0.54% 0.45% -
HSV(B) 31.71º 0.7% 0.69% -
XYZ 24.66 22.08 6.21 -
YUV 126.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 175 117 52 0 0.33 0.70 0.31 31.71 0.54 0.45
Hex AF 75 34 0 21 46 1F 20 36 2D
Octal 257 165 64 0 41 106 37 40 66 55
Binary 10101111 1110101 110100 0 100001 1000110 11111 100000 110110 101101

Color Harmonies of #AF7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7534

Black with #AF7534

Text Example


Text Example

White with #AF7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7534; }

 p { color: rgb(175,117,52); }

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

background-color css

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

 a { background-color: rgb(175,117,52); }

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

border-color css

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

 span { border-color: rgb(175,117,52); }

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