Html Css Color HEX #A8AE1C Bahia

📋 copy color: '#A8AE1C'

red 168 ◦ green 174 ◦ blue 28

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

Shades of Bahia #A8AE1C

Tints of Bahia #A8AE1C

RGB

 RED value IS 168 (66.02% from 255) = 45.41%

 GREEN value IS 174 (68.36% from 255) = 47.03%

 BLUE value IS 28 (11.33% from 255) = 7.57%

R = 45.41%
G = 47.03%
B = 7.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#A8AE1C (or 0xA8AE1C) is known color: Bahia. HEX triplet: A8, AE and 1C. RGB value is (168,174,28). Sum of RGB (Red+Green+Blue) = 168+174+28=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AE1C is #5751E3. Grayscale: #9C9C9C. Windows color (decimal): -5722596 or 1879720. OLE color: 1879720.

HSL color Cylindrical-coordinate representation of color #A8AE1C: hue angle of 62.47º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8AE1C is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 174 28 -
CMYK 0.03 0 0.84 0.32
HSL 62.47º 0.72% 0.4% -
HSV(B) 62.47º 0.84% 0.68% -
XYZ 31.49 38.68 6.9 -
YUV 155.56 56.01 136.87 -
System Red Green Blue C M Y K H S L
Decimal 168 174 28 0.03 0 0.84 0.32 62.47 0.72 0.4
Hex A8 AE 1C 3 0 54 20 3E 48 28
Octal 250 256 34 3 0 124 40 76 110 50
Binary 10101000 10101110 11100 11 0 1010100 100000 111110 1001000 101000

Color Harmonies of #A8AE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AE1C

Black with #A8AE1C

Text Example


Text Example

White with #A8AE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AE1C; }

 p { color: rgb(168,174,28); }

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

background-color css

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

 a { background-color: rgb(168,174,28); }

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

border-color css

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

 span { border-color: rgb(168,174,28); }

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