Html Css Color HEX #A89030 Reef Gold

📋 copy color: '#A89030'

red 168 ◦ green 144 ◦ blue 48

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

Shades of Reef Gold #A89030

Tints of Reef Gold #A89030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

 BLUE value IS 48 (19.14% from 255) = 13.33%

R = 46.67%
G = 40%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A89030 (or 0xA89030) is known color: Reef Gold. HEX triplet: A8, 90 and 30. RGB value is (168,144,48). Sum of RGB (Red+Green+Blue) = 168+144+48=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A89030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89030 is #576FCF. Grayscale: #8C8C8C. Windows color (decimal): -5730256 or 3182760. OLE color: 3182760.

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

Color convert

RGB 168 144 48 -
CMYK 0 0.14 0.71 0.34
HSL 48º 0.56% 0.42% -
HSV(B) 48º 0.71% 0.66% -
XYZ 26.66 28.48 6.89 -
YUV 140.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 168 144 48 0 0.14 0.71 0.34 48 0.56 0.42
Hex A8 90 30 0 E 47 22 30 38 2A
Octal 250 220 60 0 16 107 42 60 70 52
Binary 10101000 10010000 110000 0 1110 1000111 100010 110000 111000 101010

Color Harmonies of #A89030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89030

Black with #A89030

Text Example


Text Example

White with #A89030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89030; }

 p { color: rgb(168,144,48); }

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

background-color css

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

 a { background-color: rgb(168,144,48); }

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

border-color css

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

 span { border-color: rgb(168,144,48); }

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