Html Css Color HEX #AF7538 Reno Sand

📋 copy color: '#AF7538'

red 175 ◦ green 117 ◦ blue 56

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

Shades of Reno Sand #AF7538

Tints of Reno Sand #AF7538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.09%

R = 50.29%
G = 33.62%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF7538 (or 0xAF7538) is known color: Reno Sand. HEX triplet: AF, 75 and 38. RGB value is (175,117,56). Sum of RGB (Red+Green+Blue) = 175+117+56=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7538 is #508AC7. Grayscale: #7F7F7F. Windows color (decimal): -5278408 or 3700143. OLE color: 3700143.

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

Color convert

RGB 175 117 56 -
CMYK 0 0.33 0.68 0.31
HSL 30.76º 0.52% 0.45% -
HSV(B) 30.76º 0.68% 0.69% -
XYZ 24.75 22.12 6.71 -
YUV 127.39 87.72 161.96 -
System Red Green Blue C M Y K H S L
Decimal 175 117 56 0 0.33 0.68 0.31 30.76 0.52 0.45
Hex AF 75 38 0 21 44 1F 1F 34 2D
Octal 257 165 70 0 41 104 37 37 64 55
Binary 10101111 1110101 111000 0 100001 1000100 11111 11111 110100 101101

Color Harmonies of #AF7538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7538

Black with #AF7538

Text Example


Text Example

White with #AF7538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7538; }

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

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

background-color css

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

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

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

border-color css

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

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

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