Html Css Color HEX #A48630 Reef Gold

📋 copy color: '#A48630'

red 164 ◦ green 134 ◦ blue 48

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

Shades of Reef Gold #A48630

Tints of Reef Gold #A48630

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

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

R = 47.4%
G = 38.73%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A48630 (or 0xA48630) is known color: Reef Gold. HEX triplet: A4, 86 and 30. RGB value is (164,134,48). Sum of RGB (Red+Green+Blue) = 164+134+48=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A48630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48630 is #5B79CF. Grayscale: #858585. Windows color (decimal): -5994960 or 3180196. OLE color: 3180196.

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

Color convert

RGB 164 134 48 -
CMYK 0 0.18 0.71 0.36
HSL 44.48º 0.55% 0.42% -
HSV(B) 44.48º 0.71% 0.64% -
XYZ 24.37 25.16 6.37 -
YUV 133.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 164 134 48 0 0.18 0.71 0.36 44.48 0.55 0.42
Hex A4 86 30 0 12 47 24 2C 37 2A
Octal 244 206 60 0 22 107 44 54 67 52
Binary 10100100 10000110 110000 0 10010 1000111 100100 101100 110111 101010

Color Harmonies of #A48630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48630

Black with #A48630

Text Example


Text Example

White with #A48630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48630; }

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

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

background-color css

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

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

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

border-color css

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

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

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