Html Css Color HEX #A48230 Reef Gold

📋 copy color: '#A48230'

red 164 ◦ green 130 ◦ blue 48

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

Shades of Reef Gold #A48230

Tints of Reef Gold #A48230

RGB

 RED value IS 164 (64.45% from 255) = 47.95%

 GREEN value IS 130 (51.17% from 255) = 38.01%

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

R = 47.95%
G = 38.01%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A48230 (or 0xA48230) is known color: Reef Gold. HEX triplet: A4, 82 and 30. RGB value is (164,130,48). Sum of RGB (Red+Green+Blue) = 164+130+48=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A48230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48230 is #5B7DCF. Grayscale: #838383. Windows color (decimal): -5995984 or 3179172. OLE color: 3179172.

HSL color Cylindrical-coordinate representation of color #A48230: hue angle of 42.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A48230 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 130 48 -
CMYK 0 0.21 0.71 0.36
HSL 42.41º 0.55% 0.42% -
HSV(B) 42.41º 0.71% 0.64% -
XYZ 23.83 24.07 6.19 -
YUV 130.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 164 130 48 0 0.21 0.71 0.36 42.41 0.55 0.42
Hex A4 82 30 0 15 47 24 2A 37 2A
Octal 244 202 60 0 25 107 44 52 67 52
Binary 10100100 10000010 110000 0 10101 1000111 100100 101010 110111 101010

Color Harmonies of #A48230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48230

Black with #A48230

Text Example


Text Example

White with #A48230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48230; }

 p { color: rgb(164,130,48); }

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

background-color css

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

 a { background-color: rgb(164,130,48); }

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

border-color css

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

 span { border-color: rgb(164,130,48); }

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