Html Css Color HEX #AF9626 Sahara

📋 copy color: '#AF9626'

red 175 ◦ green 150 ◦ blue 38

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

Shades of Sahara #AF9626

Tints of Sahara #AF9626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.47%

R = 48.21%
G = 41.32%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#AF9626 (or 0xAF9626) is known color: Sahara. HEX triplet: AF, 96 and 26. RGB value is (175,150,38). Sum of RGB (Red+Green+Blue) = 175+150+38=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9626 is #5069D9. Grayscale: #919191. Windows color (decimal): -5269978 or 2528943. OLE color: 2528943.

HSL color Cylindrical-coordinate representation of color #AF9626: hue angle of 49.05º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF9626 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 150 38 -
CMYK 0 0.14 0.78 0.31
HSL 49.05º 0.64% 0.42% -
HSV(B) 49.05º 0.78% 0.69% -
XYZ 28.94 31.07 6.31 -
YUV 144.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 175 150 38 0 0.14 0.78 0.31 49.05 0.64 0.42
Hex AF 96 26 0 E 4E 1F 31 40 2A
Octal 257 226 46 0 16 116 37 61 100 52
Binary 10101111 10010110 100110 0 1110 1001110 11111 110001 1000000 101010

Color Harmonies of #AF9626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9626

Black with #AF9626

Text Example


Text Example

White with #AF9626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9626; }

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

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

background-color css

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

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

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

border-color css

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

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

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