Html Css Color HEX #A8AF4B Celery

📋 copy color: '#A8AF4B'

red 168 ◦ green 175 ◦ blue 75

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

Shades of Celery #A8AF4B

Tints of Celery #A8AF4B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.87%

 BLUE value IS 75 (29.69% from 255) = 17.94%

R = 40.19%
G = 41.87%
B = 17.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#A8AF4B (or 0xA8AF4B) is known color: Celery. HEX triplet: A8, AF and 4B. RGB value is (168,175,75). Sum of RGB (Red+Green+Blue) = 168+175+75=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AF4B is #5750B4. Grayscale: #A1A1A1. Windows color (decimal): -5722293 or 4960168. OLE color: 4960168.

HSL color Cylindrical-coordinate representation of color #A8AF4B: hue angle of 64.2º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8AF4B is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 175 75 -
CMYK 0.04 0 0.57 0.31
HSL 64.2º 0.4% 0.49% -
HSV(B) 64.2º 0.57% 0.69% -
XYZ 32.75 39.49 12.55 -
YUV 161.51 79.18 132.63 -
System Red Green Blue C M Y K H S L
Decimal 168 175 75 0.04 0 0.57 0.31 64.2 0.4 0.49
Hex A8 AF 4B 4 0 39 1F 40 28 31
Octal 250 257 113 4 0 71 37 100 50 61
Binary 10101000 10101111 1001011 100 0 111001 11111 1000000 101000 110001

Color Harmonies of #A8AF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AF4B

Black with #A8AF4B

Text Example


Text Example

White with #A8AF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AF4B; }

 p { color: rgb(168,175,75); }

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

background-color css

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

 a { background-color: rgb(168,175,75); }

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

border-color css

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

 span { border-color: rgb(168,175,75); }

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