Html Css Color HEX #AE942B Sahara

📋 copy color: '#AE942B'

red 174 ◦ green 148 ◦ blue 43

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

Shades of Sahara #AE942B

Tints of Sahara #AE942B

RGB

 RED value IS 174 (68.36% from 255) = 47.67%

 GREEN value IS 148 (58.2% from 255) = 40.55%

 BLUE value IS 43 (17.19% from 255) = 11.78%

R = 47.67%
G = 40.55%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE942B (or 0xAE942B) is known color: Sahara. HEX triplet: AE, 94 and 2B. RGB value is (174,148,43). Sum of RGB (Red+Green+Blue) = 174+148+43=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE942B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE942B is #516BD4. Grayscale: #909090. Windows color (decimal): -5336021 or 2856110. OLE color: 2856110.

HSL color Cylindrical-coordinate representation of color #AE942B: hue angle of 48.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE942B is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 148 43 -
CMYK 0 0.15 0.75 0.32
HSL 48.09º 0.6% 0.43% -
HSV(B) 48.09º 0.75% 0.68% -
XYZ 28.48 30.35 6.64 -
YUV 143.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 174 148 43 0 0.15 0.75 0.32 48.09 0.6 0.43
Hex AE 94 2B 0 F 4B 20 30 3C 2B
Octal 256 224 53 0 17 113 40 60 74 53
Binary 10101110 10010100 101011 0 1111 1001011 100000 110000 111100 101011

Color Harmonies of #AE942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE942B

Black with #AE942B

Text Example


Text Example

White with #AE942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE942B; }

 p { color: rgb(174,148,43); }

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

background-color css

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

 a { background-color: rgb(174,148,43); }

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

border-color css

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

 span { border-color: rgb(174,148,43); }

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