Html Css Color HEX #AFCA67 Wild Willow

📋 copy color: '#AFCA67'

red 175 ◦ green 202 ◦ blue 103

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

Shades of Wild Willow #AFCA67

Tints of Wild Willow #AFCA67

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

 BLUE value IS 103 (40.63% from 255) = 21.46%

R = 36.46%
G = 42.08%
B = 21.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#AFCA67 (or 0xAFCA67) is known color: Wild Willow. HEX triplet: AF, CA and 67. RGB value is (175,202,103). Sum of RGB (Red+Green+Blue) = 175+202+103=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA67 is #503598. Grayscale: #B7B7B7. Windows color (decimal): -5256601 or 6802095. OLE color: 6802095.

HSL color Cylindrical-coordinate representation of color #AFCA67: hue angle of 76.36º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFCA67 is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 103 -
CMYK 0.13 0 0.49 0.21
HSL 76.36º 0.48% 0.6% -
HSV(B) 76.36º 0.49% 0.79% -
XYZ 41.25 52.33 20.76 -
YUV 182.64 83.05 122.55 -
System Red Green Blue C M Y K H S L
Decimal 175 202 103 0.13 0 0.49 0.21 76.36 0.48 0.6
Hex AF CA 67 D 0 31 15 4C 30 3C
Octal 257 312 147 15 0 61 25 114 60 74
Binary 10101111 11001010 1100111 1101 0 110001 10101 1001100 110000 111100

Color Harmonies of #AFCA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCA67

Black with #AFCA67

Text Example


Text Example

White with #AFCA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCA67; }

 p { color: rgb(175,202,103); }

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

background-color css

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

 a { background-color: rgb(175,202,103); }

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

border-color css

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

 span { border-color: rgb(175,202,103); }

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