Html Css Color HEX #ACB67D Caper

📋 copy color: '#ACB67D'

red 172 ◦ green 182 ◦ blue 125

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

Shades of Caper #ACB67D

Tints of Caper #ACB67D

RGB

 RED value IS 172 (67.58% from 255) = 35.91%

 GREEN value IS 182 (71.48% from 255) = 38%

 BLUE value IS 125 (49.22% from 255) = 26.1%

R = 35.91%
G = 38%
B = 26.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#ACB67D (or 0xACB67D) is known color: Caper. HEX triplet: AC, B6 and 7D. RGB value is (172,182,125). Sum of RGB (Red+Green+Blue) = 172+182+125=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB67D is #534982. Grayscale: #ACACAC. Windows color (decimal): -5458307 or 8238764. OLE color: 8238764.

HSL color Cylindrical-coordinate representation of color #ACB67D: hue angle of 70.53º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB67D is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 182 125 -
CMYK 0.05 0 0.31 0.29
HSL 70.53º 0.28% 0.6% -
HSV(B) 70.53º 0.31% 0.71% -
XYZ 37.44 43.71 25.86 -
YUV 172.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 172 182 125 0.05 0 0.31 0.29 70.53 0.28 0.6
Hex AC B6 7D 5 0 1F 1D 47 1C 3C
Octal 254 266 175 5 0 37 35 107 34 74
Binary 10101100 10110110 1111101 101 0 11111 11101 1000111 11100 111100

Color Harmonies of #ACB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB67D

Black with #ACB67D

Text Example


Text Example

White with #ACB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB67D; }

 p { color: rgb(172,182,125); }

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

background-color css

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

 a { background-color: rgb(172,182,125); }

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

border-color css

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

 span { border-color: rgb(172,182,125); }

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