Html Css Color HEX #A39A30 Reef Gold

📋 copy color: '#A39A30'

red 163 ◦ green 154 ◦ blue 48

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

Shades of Reef Gold #A39A30

Tints of Reef Gold #A39A30

RGB

 RED value IS 163 (64.06% from 255) = 44.66%

 GREEN value IS 154 (60.55% from 255) = 42.19%

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

R = 44.66%
G = 42.19%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A39A30 (or 0xA39A30) is known color: Reef Gold. HEX triplet: A3, 9A and 30. RGB value is (163,154,48). Sum of RGB (Red+Green+Blue) = 163+154+48=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39A30 is #5C65CF. Grayscale: #919191. Windows color (decimal): -6055376 or 3185315. OLE color: 3185315.

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

Color convert

RGB 163 154 48 -
CMYK 0 0.06 0.71 0.36
HSL 55.3º 0.55% 0.41% -
HSV(B) 55.3º 0.71% 0.64% -
XYZ 27.19 31.11 7.37 -
YUV 144.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 163 154 48 0 0.06 0.71 0.36 55.3 0.55 0.41
Hex A3 9A 30 0 6 47 24 37 37 29
Octal 243 232 60 0 6 107 44 67 67 51
Binary 10100011 10011010 110000 0 110 1000111 100100 110111 110111 101001

Color Harmonies of #A39A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39A30

Black with #A39A30

Text Example


Text Example

White with #A39A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39A30; }

 p { color: rgb(163,154,48); }

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

background-color css

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

 a { background-color: rgb(163,154,48); }

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

border-color css

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

 span { border-color: rgb(163,154,48); }

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