Html Css Color HEX #A38430 Reef Gold

📋 copy color: '#A38430'

red 163 ◦ green 132 ◦ blue 48

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

Shades of Reef Gold #A38430

Tints of Reef Gold #A38430

RGB

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

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

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

R = 47.52%
G = 38.48%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A38430 (or 0xA38430) is known color: Reef Gold. HEX triplet: A3, 84 and 30. RGB value is (163,132,48). Sum of RGB (Red+Green+Blue) = 163+132+48=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A38430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38430 is #5C7BCF. Grayscale: #848484. Windows color (decimal): -6061008 or 3179683. OLE color: 3179683.

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

Color convert

RGB 163 132 48 -
CMYK 0 0.19 0.71 0.36
HSL 43.83º 0.55% 0.41% -
HSV(B) 43.83º 0.71% 0.64% -
XYZ 23.89 24.5 6.27 -
YUV 131.69 80.77 150.33 -
System Red Green Blue C M Y K H S L
Decimal 163 132 48 0 0.19 0.71 0.36 43.83 0.55 0.41
Hex A3 84 30 0 13 47 24 2C 37 29
Octal 243 204 60 0 23 107 44 54 67 51
Binary 10100011 10000100 110000 0 10011 1000111 100100 101100 110111 101001

Color Harmonies of #A38430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38430

Black with #A38430

Text Example


Text Example

White with #A38430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38430; }

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

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

background-color css

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

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

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

border-color css

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

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

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