Html Css Color HEX #AF7738 Reno Sand

📋 copy color: '#AF7738'

red 175 ◦ green 119 ◦ blue 56

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

Shades of Reno Sand #AF7738

Tints of Reno Sand #AF7738

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34%

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

R = 50%
G = 34%
B = 16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF7738 (or 0xAF7738) is known color: Reno Sand. HEX triplet: AF, 77 and 38. RGB value is (175,119,56). Sum of RGB (Red+Green+Blue) = 175+119+56=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF7738 is #5088C7. Grayscale: #808080. Windows color (decimal): -5277896 or 3700655. OLE color: 3700655.

HSL color Cylindrical-coordinate representation of color #AF7738: hue angle of 31.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 #AF7738 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 119 56 -
CMYK 0 0.32 0.68 0.31
HSL 31.76º 0.52% 0.45% -
HSV(B) 31.76º 0.68% 0.69% -
XYZ 24.99 22.59 6.79 -
YUV 128.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 175 119 56 0 0.32 0.68 0.31 31.76 0.52 0.45
Hex AF 77 38 0 20 44 1F 20 34 2D
Octal 257 167 70 0 40 104 37 40 64 55
Binary 10101111 1110111 111000 0 100000 1000100 11111 100000 110100 101101

Color Harmonies of #AF7738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7738

Black with #AF7738

Text Example


Text Example

White with #AF7738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7738; }

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

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

background-color css

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

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

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

border-color css

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

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

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