Html Css Color HEX #A48430 Reef Gold

📋 copy color: '#A48430'

red 164 ◦ green 132 ◦ blue 48

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

Shades of Reef Gold #A48430

Tints of Reef Gold #A48430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.37%

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

R = 47.67%
G = 38.37%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A48430 (or 0xA48430) is known color: Reef Gold. HEX triplet: A4, 84 and 30. RGB value is (164,132,48). Sum of RGB (Red+Green+Blue) = 164+132+48=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A48430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48430 is #5B7BCF. Grayscale: #848484. Windows color (decimal): -5995472 or 3179684. OLE color: 3179684.

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

Color convert

RGB 164 132 48 -
CMYK 0 0.20 0.71 0.36
HSL 43.45º 0.55% 0.42% -
HSV(B) 43.45º 0.71% 0.64% -
XYZ 24.09 24.61 6.28 -
YUV 131.99 80.6 150.83 -
System Red Green Blue C M Y K H S L
Decimal 164 132 48 0 0.20 0.71 0.36 43.45 0.55 0.42
Hex A4 84 30 0 14 47 24 2B 37 2A
Octal 244 204 60 0 24 107 44 53 67 52
Binary 10100100 10000100 110000 0 10100 1000111 100100 101011 110111 101010

Color Harmonies of #A48430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48430

Black with #A48430

Text Example


Text Example

White with #A48430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48430; }

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

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

background-color css

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

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

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

border-color css

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

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

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