Html Css Color HEX #AE9B40 Roti

📋 copy color: '#AE9B40'

red 174 ◦ green 155 ◦ blue 64

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

Shades of Roti #AE9B40

Tints of Roti #AE9B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 44.27%
G = 39.44%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE9B40 (or 0xAE9B40) is known color: Roti. HEX triplet: AE, 9B and 40. RGB value is (174,155,64). Sum of RGB (Red+Green+Blue) = 174+155+64=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9B40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9B40 is #5164BF. Grayscale: #969696. Windows color (decimal): -5334208 or 4234158. OLE color: 4234158.

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

Color convert

RGB 174 155 64 -
CMYK 0 0.11 0.63 0.32
HSL 49.64º 0.46% 0.47% -
HSV(B) 49.64º 0.63% 0.68% -
XYZ 30.1 32.81 9.6 -
YUV 150.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 174 155 64 0 0.11 0.63 0.32 49.64 0.46 0.47
Hex AE 9B 40 0 B 3F 20 32 2E 2F
Octal 256 233 100 0 13 77 40 62 56 57
Binary 10101110 10011011 1000000 0 1011 111111 100000 110010 101110 101111

Color Harmonies of #AE9B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9B40

Black with #AE9B40

Text Example


Text Example

White with #AE9B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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