Html Css Color HEX #A8852C Reef Gold

📋 copy color: '#A8852C'

red 168 ◦ green 133 ◦ blue 44

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

Shades of Reef Gold #A8852C

Tints of Reef Gold #A8852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

 BLUE value IS 44 (17.58% from 255) = 12.75%

R = 48.7%
G = 38.55%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8852C (or 0xA8852C) is known color: Reef Gold. HEX triplet: A8, 85 and 2C. RGB value is (168,133,44). Sum of RGB (Red+Green+Blue) = 168+133+44=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8852C is #577AD3. Grayscale: #858585. Windows color (decimal): -5733076 or 2917800. OLE color: 2917800.

HSL color Cylindrical-coordinate representation of color #A8852C: hue angle of 43.06º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8852C is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 133 44 -
CMYK 0 0.21 0.74 0.34
HSL 43.06º 0.58% 0.42% -
HSV(B) 43.06º 0.74% 0.66% -
XYZ 24.99 25.28 5.95 -
YUV 133.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 168 133 44 0 0.21 0.74 0.34 43.06 0.58 0.42
Hex A8 85 2C 0 15 4A 22 2B 3A 2A
Octal 250 205 54 0 25 112 42 53 72 52
Binary 10101000 10000101 101100 0 10101 1001010 100010 101011 111010 101010

Color Harmonies of #A8852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8852C

Black with #A8852C

Text Example


Text Example

White with #A8852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8852C; }

 p { color: rgb(168,133,44); }

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

background-color css

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

 a { background-color: rgb(168,133,44); }

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

border-color css

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

 span { border-color: rgb(168,133,44); }

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