Html Css Color HEX #A5C3B3 Loblolly

📋 copy color: '#A5C3B3'

red 165 ◦ green 195 ◦ blue 179

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

Shades of Loblolly #A5C3B3

Tints of Loblolly #A5C3B3

RGB

 RED value IS 165 (64.84% from 255) = 30.61%

 GREEN value IS 195 (76.56% from 255) = 36.18%

 BLUE value IS 179 (70.31% from 255) = 33.21%

R = 30.61%
G = 36.18%
B = 33.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#A5C3B3 (or 0xA5C3B3) is known color: Loblolly. HEX triplet: A5, C3 and B3. RGB value is (165,195,179). Sum of RGB (Red+Green+Blue) = 165+195+179=539 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.61% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 179 (70.31% from 255 or 33.21% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C3B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C3B3 is #5A3C4C. Grayscale: #B8B8B8. Windows color (decimal): -5913677 or 11781029. OLE color: 11781029.

HSL color Cylindrical-coordinate representation of color #A5C3B3: hue angle of 148º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5C3B3 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 195 179 -
CMYK 0.15 0 0.08 0.24
HSL 148º 0.2% 0.71% -
HSV(B) 148º 0.15% 0.76% -
XYZ 43.17 50.28 50.08 -
YUV 184.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 165 195 179 0.15 0 0.08 0.24 148 0.2 0.71
Hex A5 C3 B3 F 0 8 18 94 14 47
Octal 245 303 263 17 0 10 30 224 24 107
Binary 10100101 11000011 10110011 1111 0 1000 11000 10010100 10100 1000111

Color Harmonies of #A5C3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C3B3

Black with #A5C3B3

Text Example


Text Example

White with #A5C3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C3B3; }

 p { color: rgb(165,195,179); }

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

background-color css

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

 a { background-color: rgb(165,195,179); }

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

border-color css

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

 span { border-color: rgb(165,195,179); }

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