Html Css Color HEX #AF982F Sahara

📋 copy color: '#AF982F'

red 175 ◦ green 152 ◦ blue 47

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

Shades of Sahara #AF982F

Tints of Sahara #AF982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.64%

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 46.79%
G = 40.64%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#AF982F (or 0xAF982F) is known color: Sahara. HEX triplet: AF, 98 and 2F. RGB value is (175,152,47). Sum of RGB (Red+Green+Blue) = 175+152+47=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 152 (59.77% from 255 or 40.64% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF982F is #5067D0. Grayscale: #939393. Windows color (decimal): -5269457 or 3119279. OLE color: 3119279.

HSL color Cylindrical-coordinate representation of color #AF982F: hue angle of 49.22º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF982F is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 152 47 -
CMYK 0 0.13 0.73 0.31
HSL 49.22º 0.58% 0.44% -
HSV(B) 49.22º 0.73% 0.69% -
XYZ 29.42 31.78 7.27 -
YUV 146.91 71.62 148.04 -
System Red Green Blue C M Y K H S L
Decimal 175 152 47 0 0.13 0.73 0.31 49.22 0.58 0.44
Hex AF 98 2F 0 D 49 1F 31 3A 2C
Octal 257 230 57 0 15 111 37 61 72 54
Binary 10101111 10011000 101111 0 1101 1001001 11111 110001 111010 101100

Color Harmonies of #AF982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF982F

Black with #AF982F

Text Example


Text Example

White with #AF982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF982F; }

 p { color: rgb(175,152,47); }

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

background-color css

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

 a { background-color: rgb(175,152,47); }

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

border-color css

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

 span { border-color: rgb(175,152,47); }

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