Html Css Color HEX #AF992A Sahara

📋 copy color: '#AF992A'

red 175 ◦ green 153 ◦ blue 42

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

Shades of Sahara #AF992A

Tints of Sahara #AF992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.35%

 BLUE value IS 42 (16.8% from 255) = 11.35%

R = 47.3%
G = 41.35%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#AF992A (or 0xAF992A) is known color: Sahara. HEX triplet: AF, 99 and 2A. RGB value is (175,153,42). Sum of RGB (Red+Green+Blue) = 175+153+42=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF992A is #5066D5. Grayscale: #939393. Windows color (decimal): -5269206 or 2791855. OLE color: 2791855.

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

Color convert

RGB 175 153 42 -
CMYK 0 0.13 0.76 0.31
HSL 50.08º 0.61% 0.43% -
HSV(B) 50.08º 0.76% 0.69% -
XYZ 29.49 32.06 6.83 -
YUV 146.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 175 153 42 0 0.13 0.76 0.31 50.08 0.61 0.43
Hex AF 99 2A 0 D 4C 1F 32 3D 2B
Octal 257 231 52 0 15 114 37 62 75 53
Binary 10101111 10011001 101010 0 1101 1001100 11111 110010 111101 101011

Color Harmonies of #AF992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF992A

Black with #AF992A

Text Example


Text Example

White with #AF992A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF992A; }

 p { color: rgb(175,153,42); }

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

background-color css

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

 a { background-color: rgb(175,153,42); }

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

border-color css

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

 span { border-color: rgb(175,153,42); }

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