Html Css Color HEX #AE9B3C Roti

📋 copy color: '#AE9B3C'

red 174 ◦ green 155 ◦ blue 60

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

Shades of Roti #AE9B3C

Tints of Roti #AE9B3C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.85%

 BLUE value IS 60 (23.83% from 255) = 15.42%

R = 44.73%
G = 39.85%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE9B3C (or 0xAE9B3C) is known color: Roti. HEX triplet: AE, 9B and 3C. RGB value is (174,155,60). Sum of RGB (Red+Green+Blue) = 174+155+60=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 60 (23.83% from 255 or 15.42% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9B3C is #5164C3. Grayscale: #969696. Windows color (decimal): -5334212 or 3972014. OLE color: 3972014.

HSL color Cylindrical-coordinate representation of color #AE9B3C: hue angle of 50º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE9B3C is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 155 60 -
CMYK 0 0.11 0.66 0.32
HSL 50º 0.49% 0.46% -
HSV(B) 50º 0.66% 0.68% -
XYZ 29.99 32.77 9.02 -
YUV 149.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 174 155 60 0 0.11 0.66 0.32 50 0.49 0.46
Hex AE 9B 3C 0 B 42 20 32 31 2E
Octal 256 233 74 0 13 102 40 62 61 56
Binary 10101110 10011011 111100 0 1011 1000010 100000 110010 110001 101110

Color Harmonies of #AE9B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9B3C

Black with #AE9B3C

Text Example


Text Example

White with #AE9B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9B3C; }

 p { color: rgb(174,155,60); }

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

background-color css

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

 a { background-color: rgb(174,155,60); }

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

border-color css

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

 span { border-color: rgb(174,155,60); }

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