Html Css Color HEX #AFB445 Celery

📋 copy color: '#AFB445'

red 175 ◦ green 180 ◦ blue 69

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

Shades of Celery #AFB445

Tints of Celery #AFB445

RGB

 RED value IS 175 (68.75% from 255) = 41.27%

 GREEN value IS 180 (70.7% from 255) = 42.45%

 BLUE value IS 69 (27.34% from 255) = 16.27%

R = 41.27%
G = 42.45%
B = 16.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#AFB445 (or 0xAFB445) is known color: Celery. HEX triplet: AF, B4 and 45. RGB value is (175,180,69). Sum of RGB (Red+Green+Blue) = 175+180+69=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB445 is #504BBA. Grayscale: #A6A6A6. Windows color (decimal): -5262267 or 4568239. OLE color: 4568239.

HSL color Cylindrical-coordinate representation of color #AFB445: hue angle of 62.7º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFB445 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 69 -
CMYK 0.03 0 0.62 0.29
HSL 62.7º 0.45% 0.49% -
HSV(B) 62.7º 0.62% 0.71% -
XYZ 35.07 42.19 11.92 -
YUV 165.85 73.34 134.53 -
System Red Green Blue C M Y K H S L
Decimal 175 180 69 0.03 0 0.62 0.29 62.7 0.45 0.49
Hex AF B4 45 3 0 3E 1D 3F 2D 31
Octal 257 264 105 3 0 76 35 77 55 61
Binary 10101111 10110100 1000101 11 0 111110 11101 111111 101101 110001

Color Harmonies of #AFB445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB445

Black with #AFB445

Text Example


Text Example

White with #AFB445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB445; }

 p { color: rgb(175,180,69); }

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

background-color css

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

 a { background-color: rgb(175,180,69); }

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

border-color css

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

 span { border-color: rgb(175,180,69); }

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