Html Css Color HEX #A89430 Reef Gold

📋 copy color: '#A89430'

red 168 ◦ green 148 ◦ blue 48

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

Shades of Reef Gold #A89430

Tints of Reef Gold #A89430

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 46.15%
G = 40.66%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A89430 (or 0xA89430) is known color: Reef Gold. HEX triplet: A8, 94 and 30. RGB value is (168,148,48). Sum of RGB (Red+Green+Blue) = 168+148+48=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A89430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89430 is #576BCF. Grayscale: #8F8F8F. Windows color (decimal): -5729232 or 3183784. OLE color: 3183784.

HSL color Cylindrical-coordinate representation of color #A89430: hue angle of 50º 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 #A89430 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 148 48 -
CMYK 0 0.12 0.71 0.34
HSL 50º 0.56% 0.42% -
HSV(B) 50º 0.71% 0.66% -
XYZ 27.27 29.72 7.1 -
YUV 142.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 168 148 48 0 0.12 0.71 0.34 50 0.56 0.42
Hex A8 94 30 0 C 47 22 32 38 2A
Octal 250 224 60 0 14 107 42 62 70 52
Binary 10101000 10010100 110000 0 1100 1000111 100010 110010 111000 101010

Color Harmonies of #A89430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89430

Black with #A89430

Text Example


Text Example

White with #A89430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89430; }

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

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

background-color css

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

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

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

border-color css

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

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

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