Html Css Color HEX #AF962D Sahara

📋 copy color: '#AF962D'

red 175 ◦ green 150 ◦ blue 45

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

Shades of Sahara #AF962D

Tints of Sahara #AF962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.54%

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

R = 47.3%
G = 40.54%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#AF962D (or 0xAF962D) is known color: Sahara. HEX triplet: AF, 96 and 2D. RGB value is (175,150,45). Sum of RGB (Red+Green+Blue) = 175+150+45=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF962D is #5069D2. Grayscale: #919191. Windows color (decimal): -5269971 or 2987695. OLE color: 2987695.

HSL color Cylindrical-coordinate representation of color #AF962D: hue angle of 48.46º 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 #AF962D is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 45 -
CMYK 0 0.14 0.74 0.31
HSL 48.46º 0.59% 0.43% -
HSV(B) 48.46º 0.74% 0.69% -
XYZ 29.06 31.12 6.96 -
YUV 145.51 71.28 149.04 -
System Red Green Blue C M Y K H S L
Decimal 175 150 45 0 0.14 0.74 0.31 48.46 0.59 0.43
Hex AF 96 2D 0 E 4A 1F 30 3B 2B
Octal 257 226 55 0 16 112 37 60 73 53
Binary 10101111 10010110 101101 0 1110 1001010 11111 110000 111011 101011

Color Harmonies of #AF962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF962D

Black with #AF962D

Text Example


Text Example

White with #AF962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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